home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat2 / secto3d.2 < prev    next >
Text File  |  1999-09-16  |  996b  |  67 lines

  1.  
  2.  
  3.  
  4. secto3d(2)                     Scilab Function                     secto3d(2)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   secto3d - 3D surfaces conversion
  13.  
  14. CALLING SEQUENCE
  15.   [m[,x]]=secto3d(seclist,npas)
  16.   [m]=secto3d(seclist ,x)
  17.  
  18. PARAMETERS
  19.  
  20.   seclist        : a list whose elements are (2,.) matrices
  21.  
  22.   npas           : an integer
  23.  
  24.   m              : a matrix
  25.  
  26.   x              : a vector
  27.  
  28. DESCRIPTION
  29.   Considering a surface given through a list seclist of sections in the (x,z)
  30.   plane  [m [,x]]=secto3d(seclist [,npas]) returns a matrix m which contains
  31.   a regular discretisation of the surface.
  32.  
  33.   -    The i-th row of the matrix m corresponds to the i-th section
  34.  
  35.   -    The j-th column of m corresponds to the x(j)
  36.  
  37.   Each section seclist(i) is described by a (2,.) matrix which gives respec-
  38.   tively the x and z coordinates of points.
  39.  
  40.   [m]=secto3d(seclist ,x) : in that case the x-vector gives the discretisa-
  41.   tion of the x-axis for all the sections
  42.  
  43. SEE ALSO
  44.   plot3d
  45.  
  46. AUTHOR
  47.   Steer S.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.